文档
例子:
1 | <string name="good_example">This\'ll work</string> |
1 | <string name="good_example">This is a \"good string\".</string> |
1 | <string name="welcome_messages">Hello, %1$s! You have %2$d new messages.</string> |
总结&记录
1 | <string name="good_example">This\'ll work</string> |
1 | <string name="good_example">This is a \"good string\".</string> |
1 | <string name="welcome_messages">Hello, %1$s! You have %2$d new messages.</string> |